Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for latest versions of setuptools and pip #388

Merged
merged 1 commit into from
Apr 28, 2018
Merged

fix for latest versions of setuptools and pip #388

merged 1 commit into from
Apr 28, 2018

Conversation

vchepkov
Copy link
Contributor

to properly initialize virtual environment pip needs to be upgraded before setuptools
pip version 10 obsoleted --no-use-wheel flag and replaced it with --no-binary :all:

@vchepkov vchepkov mentioned this pull request Apr 21, 2018
to properly initialize virtual environment pip needs to be upgraded before setuptools
pip version 10 obsoleted --no-use-wheel flag and replaced it with --no-binary :all:
add pip_args attribute to allow user pass additional flags during environment initialization
@vchepkov
Copy link
Contributor Author

Also, instead of trying to guess, what parameters to pass give user an option to do it themselves

@reist
Copy link

reist commented Apr 24, 2018

I just got bitten by the same. This fix works great!

@puppetninja
Copy link

ditto, and got bitten by this also

@stankevich stankevich merged commit dc3ec4f into voxpupuli:master Apr 28, 2018
hlaf added a commit to hlaf/puppet-python that referenced this pull request Sep 9, 2020
Fix for latest versions of setuptools and pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants